home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / lib / obsolete / hist_equal_int.pro < prev    next >
Text File  |  1997-07-08  |  717b  |  26 lines

  1. ; $Id: hist_equal_int.pro,v 1.2 1997/01/15 04:02:19 ali Exp $
  2. ;
  3. ; Copyright (c) 1992-1997, Research Systems, Inc.  All rights reserved.
  4. ;       Unauthorized reproduction prohibited.
  5.  
  6. pro hist_equal_int, image    ;Histogram equalize color tables from image
  7. ;+NODOCUMENT
  8. ;+
  9. ; NAME:
  10. ;    HIST_EQUAL_INT
  11. ;
  12. ; PURPOSE:
  13. ;    The HIST_EQUAL_INT procedure has been renamed H_EQ_INT for
  14. ;    compatibility with operating systems with short filenames
  15. ;    (i.e. MS DOS). HIST_EQUAL_INT remains as a wrapper that calls
  16. ;    the new version. See the documentation of H_EQ_INT for information.
  17. ;    Histogram-equalize the color tables for an image or a region
  18. ;    of the display.
  19. ;
  20. ; MODIFICATION HISTORY:
  21. ;    AB, 21 September 1992
  22. ;-
  23.  
  24. H_EQ_INT, image
  25.  
  26. end